[Python-Dev] PEP 351, the freeze protocol (original) (raw)
Adam Olsen rhamph at gmail.com
Mon Oct 24 02:01:44 CEST 2005
- Previous message: [Python-Dev] PEP 351, the freeze protocol
- Next message: [Python-Dev] PEP 351, the freeze protocol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10/23/05, Barry Warsaw <barry at python.org> wrote:
I've had this PEP laying around for quite a few months. It was inspired by some code we'd written which wanted to be able to get immutable versions of arbitrary objects. I've finally finished the PEP, uploaded a sample patch (albeit a bit incomplete), and I'm posting it here to see if there is any interest.
My sandboxes need freezing for some stuff and ultimately freezable user classes will be desirable, but for performance reasons I prefer freezing inplace. Not much overlap with PEP 351 really.
-- Adam Olsen, aka Rhamphoryncus
- Previous message: [Python-Dev] PEP 351, the freeze protocol
- Next message: [Python-Dev] PEP 351, the freeze protocol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]