Message357761
| Author | pablogsal |
|---|---|
| Recipients | pablogsal, vstinner |
| Date | 2019-12-03.20:59:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1575406749.38.0.212701215733.issue38962@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Ok, the problem seems to be that _PyBuiltin_Init() returns a new reference that is not cleared once PyModule_GetDict() and _PyBuiltins_AddExceptions() is called. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-12-03 20:59:09 | pablogsal | set | recipients: + pablogsal, vstinner |
| 2019-12-03 20:59:09 | pablogsal | set | messageid: <1575406749.38.0.212701215733.issue38962@roundup.psfhosted.org> |
| 2019-12-03 20:59:09 | pablogsal | link | issue38962 messages |
| 2019-12-03 20:59:08 | pablogsal | create | |