[issue29347] Python could crash while creating weakref for a given object

2017-02-19 Thread Xiang Zhang

Xiang Zhang added the comment:


New changeset 7131a73f9655cfd325c798385905326f57b94640 by GitHub in branch 
'2.7':
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref 
objects (#128) (#187)
https://github.com/python/cpython/commit/7131a73f9655cfd325c798385905326f57b94640


--

___
Python tracker 

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



[issue29347] Python could crash while creating weakref for a given object

2017-02-19 Thread Xiang Zhang

Xiang Zhang added the comment:


New changeset 7c95a94c3ab41e4296e94335d66b2400ad16f052 by GitHub in branch 
'3.5':
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref 
objects (#128) (#188)
https://github.com/python/cpython/commit/7c95a94c3ab41e4296e94335d66b2400ad16f052


--

___
Python tracker 

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



[issue29347] Python could crash while creating weakref for a given object

2017-02-19 Thread Xiang Zhang

Xiang Zhang added the comment:


New changeset 9a4577a4bb23888fed2cf192cf1a4c95ce5c26f8 by GitHub in branch 
'3.6':
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref 
objects (#128) (#186)
https://github.com/python/cpython/commit/9a4577a4bb23888fed2cf192cf1a4c95ce5c26f8


--

___
Python tracker 

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



<    1   2