Issue #19424: Fix the warnings module to accept filename containing surrogate

characters.
This commit is contained in:
Victor Stinner 2013-10-29 23:43:41 +01:00
parent 602f7cf0b9
commit a4c704b260
3 changed files with 69 additions and 46 deletions

View file

@ -31,6 +31,9 @@ Core and Builtins
Library
-------
- Issue #19424: Fix the warnings module to accept filename containing surrogate
characters.
- Issue #19227: Remove pthread_atfork() handler. The handler was added to
solve #18747 but has caused issues.