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.
Created on 2011年12月10日 19:52 by flox, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg149183 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2011年12月10日 19:52 | |
The example uses PyInstanceObject which is Python 2 only (old-style classes). http://docs.python.org/dev/extending/newtypes.html#weak-reference-support |
|||
| msg222775 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月11日 18:29 | |
https://docs.python.org/3/extending/newtypes.html still refers to PyInstanceObject, I'm sorry but I've no idea what the replacement is called, so I'll leave this to someone in the know. |
|||
| msg323109 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2018年08月04日 15:01 | |
The documentation has been modernized in https://github.com/python/cpython/commit/1d80a561734b9932961c546b0897405a3bfbf3e6 and the "Weak Reference Support" section has been updated to show the modern way of adding weakref support: https://github.com/python/cpython/commit/1d80a561734b9932961c546b0897405a3bfbf3e6#diff-1ace1cc14bb5b7f4ee77f22238ede084R556 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:24 | admin | set | github: 57783 |
| 2018年08月04日 15:01:25 | berker.peksag | set | status: open -> closed nosy: + berker.peksag messages: + msg323109 resolution: out of date stage: needs patch -> resolved |
| 2014年07月11日 18:29:42 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg222775 versions: + Python 3.5, - Python 3.2, Python 3.3 |
| 2012年11月09日 15:01:05 | ezio.melotti | set | versions: + Python 3.4 |
| 2011年12月11日 13:58:30 | eli.bendersky | set | nosy:
+ eli.bendersky |
| 2011年12月10日 22:41:46 | jcea | set | nosy:
+ jcea |
| 2011年12月10日 19:52:05 | flox | create | |