Issue 1450: make modulator more general (original) (raw)

Created on 2007-11-15 15:35 by weck, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
modulator.patch weck,2007-11-15 15:35
modulator-top.patch gwicke,2008-03-11 23:51 updated version of the first patch by weck
Messages (4)
msg57533 - (view) Author: zouguangxian (weck) Date: 2007-11-15 15:35
modulator may be outdated. i made a changement to make it use the new feature of PyTypeObject in Python2.5. for example, to support members, methods, new, init and etc.
msg57534 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-11-15 15:52
Thanks for your work! I'm changing the version number to Python 2.6. It's too late to get it into Python 2.5. Christian PS: Next time could you please create the patch in the root of the Python source tree? It makes it easier to apply the patch.
msg63467 - (view) Author: Gabriel Wicke (gwicke) Date: 2008-03-11 23:51
Slightly adjusted and from top dir.
msg99827 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2010-02-22 20:44
Modulator is obsolete, so I'll just close this bug.
History
Date User Action Args
2022-04-11 14:56:28 admin set github: 45791
2010-02-22 20:44:29 akuchling set status: open -> closednosy: + akuchlingmessages: + resolution: wont fix
2008-03-11 23:51:13 gwicke set files: + modulator-top.patchnosy: + gwickemessages: +
2007-11-15 15:52:22 christian.heimes set priority: normalkeywords: + patchmessages: + nosy: + christian.heimesversions: + Python 2.6, - Python 2.5
2007-11-15 15:35:31 weck create