File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ v8.0.24
17
17
- WL#14027: Add support for Python 3.9
18
18
- BUG#32435181: Add support for Django 3.2
19
19
- BUG#32029891: Add context manager support for pooled connections
20
+ - BUG#31490101: Fix wrong cast of Python unicode to std::string
20
21
21
22
v8.0.23
22
23
=======
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2017, 2020 , Oracle and/or its affiliates.
2
+ * Copyright (c) 2017, 2021 , Oracle and/or its affiliates.
3
3
*
4
4
* This program is free software; you can redistribute it and/or modify
5
5
* it under the terms of the GNU General Public License, version 2.0, as
34
34
#define PyString_CheckExact PyUnicode_CheckExact
35
35
#define PyString_AsString PyUnicode_AsUTF8
36
36
#define PyString_FromString PyUnicode_FromString
37
- #define PyString_Size PyUnicode_GetSize
37
+ #define PyString_Size PyUnicode_GET_LENGTH
You can’t perform that action at this time.
0 commit comments