Message400729
To reproduce the bug, apply attached os_uname_refcount_bug.patch and call os.uname():
---
$ ./python -c 'import os; os.uname()'
(...)
Fatal Python error: _PyMem_DebugRawFree: bad ID: Allocated using API '', verified using API 'o'
(...)
--- |
|
Date |
User |
Action |
Args |
2021-08-31 13:19:06 | vstinner | set | recipients:
+ vstinner |
2021-08-31 13:19:06 | vstinner | set | messageid: <1630415946.38.0.0952155160956.issue45061@roundup.psfhosted.org> |
2021-08-31 13:19:06 | vstinner | link | issue45061 messages |
2021-08-31 13:19:06 | vstinner | create | |
|