mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merged revisions 71152 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71152 | matthias.klose | 2009-04-04 16:18:13 +0200 (Sa, 04 Apr 2009) | 3 lines - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with short file names. ........
This commit is contained in:
parent
1144648543
commit
042f133d82
2 changed files with 6 additions and 2 deletions
|
@ -59,6 +59,9 @@ Core and Builtins
|
|||
- Issue #5392: when a very low recursion limit was set, the interpreter would
|
||||
abort with a fatal error after the recursion limit was hit twice.
|
||||
|
||||
- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
|
||||
short file names.
|
||||
|
||||
Library
|
||||
-------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue