File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Version 4.0.2 (8 Jun 2020)
27
27
[D] #1593 Replace broken imports when using newer versions of D.
28
28
29
29
2020-05-29: ZackerySpytz
30
- [Python] #1716 Performance improvements converting strings when using Python >= 3.3.
30
+ [Python] #1716 Performance improvements when converting strings when using Python >= 3.3.
31
31
32
32
2020-05-28: ZackerySpytz
33
33
#1776 Quite dramatically decrease run times when generating very large interface files by changing
@@ -74,8 +74,8 @@ Version 4.0.2 (8 Jun 2020)
74
74
[Ruby] #1651 Add std::auto_ptr<> typemaps.
75
75
76
76
2020-01-31: ZackerySpytz
77
- [Python] #1700 More robust error checking for failures in calls to Python C API:
78
- PyBytes_AsStringAndSize () and PyString_AsStringAndSize() .
77
+ [Python] #1700 The Python C API functions PyBytes_AsStringAndSize() and
78
+ PyString_AsStringAndSize () are now checked for failure .
79
79
80
80
2020-01-31: vadz
81
81
[Python] #1710 Fix crash parsing empty docstrings.
Original file line number Diff line number Diff line change @@ -1275,5 +1275,5 @@ Version 4.1.0 (24 Oct 2022)
1275
1275
#1843 [Python] Compilation error fix in SwigPyBuiltin_SetMetaType when using PyPy.
1276
1276
1277
1277
2020-06-14: ZackerySpytz
1278
- #1642 #1809 Fix virtual comparison operators in director classes - remove incorrect
1279
- space in the function name, for example, operator= = is now operator==.
1278
+ #1642 #1809 Fix virtual comparison operators in director classes by removing an
1279
+ incorrect space in the function name ( for example, operator= = is now operator==) .
You can’t perform that action at this time.
0 commit comments