
| Key: |
MODPYTHON-81
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Won't Fix
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Nicolas Lehuen
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
29/Mar/06 07:20 PM
|
See http://modpython.org/pipermail/mod_python/2005-October/019158.html
The problem is that pickling/unpickling top-level function is done by name, which requires that the module they are defined in can be imported in the usual way, or at least that it is registered in sys.modules.
Fixing this in 3.2 alone seems quite difficult. I'd rather try to do this in 3.3, along with the major overhaul of the import system.
|
|
Description
|
See http://modpython.org/pipermail/mod_python/2005-October/019158.html
The problem is that pickling/unpickling top-level function is done by name, which requires that the module they are defined in can be imported in the usual way, or at least that it is registered in sys.modules.
Fixing this in 3.2 alone seems quite difficult. I'd rather try to do this in 3.3, along with the major overhaul of the import system.
|
Show » |
made changes - 22/Oct/05 04:02 PM
| Field |
Original Value |
New Value |
|
Component/s
|
|
importer
[ 12310385
]
|
made changes - 29/Mar/06 07:20 PM
|
Fix Version/s
|
3.3
[ 12310101
]
|
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Won't Fix
[ 2
]
|
made changes - 29/Mar/06 07:21 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|