Message87385
Most uses of PyCode_New found by
http://www.google.com/codesearch?q=PyCode_New are trying to build an
empty code object, usually to put it in a dummy frame object. This patch
adds a PyCode_NewEmpty wrapper which lets the user specify just the
filename, function name, and first line number, instead of also
requiring lots of code internals. |
|
Date |
User |
Action |
Args |
2009-05-07 18:24:54 | jyasskin | set | recipients:
+ jyasskin, collinwinter |
2009-05-07 18:24:54 | jyasskin | set | messageid: <1241720694.59.0.328707962514.issue5959@psf.upfronthosting.co.za> |
2009-05-07 18:24:52 | jyasskin | link | issue5959 messages |
2009-05-07 18:24:52 | jyasskin | create | |
|