This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2021-08-31.13:19:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630415946.38.0.0952155160956.issue45061@roundup.psfhosted.org>
In-reply-to
Content
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'
(...)
---
History
Date User Action Args
2021-08-31 13:19:06vstinnersetrecipients: + vstinner
2021-08-31 13:19:06vstinnersetmessageid: <1630415946.38.0.0952155160956.issue45061@roundup.psfhosted.org>
2021-08-31 13:19:06vstinnerlinkissue45061 messages
2021-08-31 13:19:06vstinnercreate