[issue36115] test_ctypes leaks references and memory blocks

2019-02-25 Thread miss-islington


miss-islington  added the comment:


New changeset d5a551c2694e32835bcdafc01d611f3227ca36b3 by Miss Islington (bot) 
(Benjamin Peterson) in branch 'master':
closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045)
https://github.com/python/cpython/commit/d5a551c2694e32835bcdafc01d611f3227ca36b3


--
nosy: +miss-islington
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36115] test_ctypes leaks references and memory blocks

2019-02-25 Thread Benjamin Peterson


Change by Benjamin Peterson :


--
keywords: +patch
pull_requests: +12072
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36115] test_ctypes leaks references and memory blocks

2019-02-25 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

PR12045 fixes this

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36115] test_ctypes leaks references and memory blocks

2019-02-25 Thread Pablo Galindo Salgado


New submission from Pablo Galindo Salgado :

https://buildbot.python.org/all/#/builders/1/builds/515

OK (skipped=89)
.
test_ctypes leaked [72, 72, 72] references, sum=216
test_ctypes leaked [26, 26, 26] memory blocks, sum=78
2 tests failed again:
test_ctypes test_inspect
== Tests result: FAILURE then FAILURE ==

--
components: Tests, ctypes
messages: 336619
nosy: pablogsal
priority: normal
severity: normal
status: open
title: test_ctypes leaks references and memory blocks
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com