Update changelog.
This commit is contained in:
parent
f8bf286a6e
commit
23d62a8969
1 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,13 @@ Version 4.0.0 (in progress)
|
|||
inside a template. Removes associated bogus 'Illegal destructor name' warning. Only
|
||||
occurred when the nested class' destructor is explicitly specified.
|
||||
|
||||
2018-12-04: adr26
|
||||
[Python] #1368 AV in tp_print caused by mismatched Python/extension CRT usage
|
||||
|
||||
Remove all use of tp_print, as this API uses a FILE*, which can be
|
||||
mismatched when modules are built with different C libraries from
|
||||
the main python executable.
|
||||
|
||||
2018-12-04: wsfulton
|
||||
[Python] #1282 Fix running 'python -m' when using 'swig -builtin'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue