mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Closes #15512: Correct __sizeof__ support for parser
This commit is contained in:
parent
1fa9f7b3d1
commit
3e3192d8f7
5 changed files with 103 additions and 4 deletions
|
|
@ -107,6 +107,9 @@ Library
|
|||
- Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
|
||||
Patch by Serhiy Storchaka.
|
||||
|
||||
- Issue #15512: Add a __sizeof__ implementation for parser.
|
||||
Patch by Serhiy Storchaka.
|
||||
|
||||
- Issue #15402: An issue in the struct module that caused sys.getsizeof to
|
||||
return incorrect results for struct.Struct instances has been fixed.
|
||||
Initial patch by Serhiy Storchaka.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue