mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Issue #19424: Fix the warnings module to accept filename containing surrogate
characters.
This commit is contained in:
parent
602f7cf0b9
commit
a4c704b260
3 changed files with 69 additions and 46 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue