[issue24095] Use after free during json encoding a dict (2)

2015-05-03 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> duplicate status: open -> closed superseder: -> Use after free during json encoding (PyType_IsSubtype) ___ Python tracker ___ _

[issue24095] Use after free during json encoding a dict (2)

2015-05-02 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue24095] Use after free during json encoding a dict (2)

2015-05-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +ezio.melotti, pitrou, rhettinger, serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list

[issue24095] Use after free during json encoding a dict (2)

2015-05-01 Thread Christian Heimes
Changes by Christian Heimes : -- components: +Extension Modules nosy: +christian.heimes stage: -> needs patch versions: +Python 3.5 ___ Python tracker ___ __

[issue24095] Use after free during json encoding a dict (2)

2015-05-01 Thread paul
New submission from paul: # Breakpoint 1, encoder_listencode_dict (s=0x405b23fc, acc=0xbfaf96ec, dct=, indent_level=0) # at /home/p/Python-3.4.1/Modules/_json.c:1540 # 1540items = PyMapping_Keys(dct); # (gdb) print *items # $1 = {_ob_next = 0x4059029c, _ob_prev = 0x405c8ab4, ob_refcnt