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.

classification
Title: make modulator more general
Type: compile error Stage:
Components: Demos and Tools Versions: Python 2.6
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, christian.heimes, gwicke, weck
Priority: normal Keywords: patch

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:28adminsetgithub: 45791
2010-02-22 20:44:29akuchlingsetstatus: open -> closed

nosy: + akuchling
messages: + msg99827

resolution: wont fix
2008-03-11 23:51:13gwickesetfiles: + modulator-top.patch
nosy: + gwicke
messages: + msg63467
2007-11-15 15:52:22christian.heimessetpriority: normal
keywords: + patch
messages: + msg57534
nosy: + christian.heimes
versions: + Python 2.6, - Python 2.5
2007-11-15 15:35:31weckcreate