-
arigo committed patchset 499 of module bub-n-bros to the The Bub's Brothers CVS repository, changing 1 files.
2009-09-29 18:42:03 UTC in The Bub's Brothers
-
I will not fix this (Psyco is only in "maintenance" mode nowadays), but I can suggest a few ideas to do it: a quick hack would be to look at the code object's co_filename in the filter function.
Alternatively, you can try not using psyco.full() or psyco.profile() at all, but only psyco.bind() and psyco.cannotcompile(). If you bind() an entry point function, it should recursively optimize all...
2008-11-07 12:15:37 UTC in Psyco, the Python Specializing Compiler
-
I will not fix this (Psyco is only in "maintenance" mode nowadays), but I can suggest a few ideas to do it: a quick hack would be to look at the code object's co_filename in the filter function.
Alternatively, you can try not using psyco.full() or psyco.profile() at all, but only psyco.bind() and psyco.cannotcompile(). If you bind() an entry point function, it should recursively optimize all...
2008-11-07 12:14:54 UTC in Psyco, the Python Specializing Compiler
-
arigo committed patchset 494 of module bub-n-bros to the The Bub's Brothers CVS repository, changing 1 files.
2008-04-23 15:10:41 UTC in The Bub's Brothers
-
arigo committed patchset 491 of module bub-n-bros to the The Bub's Brothers CVS repository, changing 3 files.
2008-03-17 15:44:57 UTC in The Bub's Brothers
-
arigo committed patchset 490 of module bub-n-bros to the The Bub's Brothers CVS repository, changing 2 files.
2008-03-17 14:04:17 UTC in The Bub's Brothers
-
arigo committed patchset 489 of module bub-n-bros to the The Bub's Brothers CVS repository, changing 2 files.
2008-03-17 13:36:44 UTC in The Bub's Brothers
-
I can't help or debug this without a working example of code
that misbehaves. If you can, give a reduced minimal example.
If you cannot there isn't much I can do.
2008-02-08 11:40:03 UTC in Psyco, the Python Specializing Compiler
-
This should have been fixed now.
2008-02-03 15:54:21 UTC in Psyco, the Python Specializing Compiler
-
Thanks for the report. Fixed in 51228.
I think this only affects lists, not other data structures,
because Psyco doesn't try to virtualize them so hard.
2008-02-03 15:49:50 UTC in Psyco, the Python Specializing Compiler