Message188894
On Fri, May 10, 2013 at 8:09 PM, Nick Coghlan <report@bugs.python.org>wrote:
>
> Nick Coghlan added the comment:
>
> Two requests:
>
> 1. Lose the frame hack. With the explicit "module=__name__" API available,
> the implicit fragile magic isn't necessary and leads to Enum instances that
> may or may not support pickling depending on the implementation. Better to
> say "if you use the functional API without passing the module name, your
> Enum instances won't support pickling".
>
>
Strong -1 from me on this. The PEP has been accepted. Feel free to raise
this for discussion if you want to change the decision. With all due
respect to IronPython, most users can write simpler code and have pickling
work just fine.
_______ |
|
Date |
User |
Action |
Args |
2013-05-11 03:26:11 | eli.bendersky | set | recipients:
+ eli.bendersky, barry, ncoghlan, ezio.melotti, alex, docs@python, ethan.furman, zach.ware |
2013-05-11 03:26:11 | eli.bendersky | link | issue17947 messages |
2013-05-11 03:26:11 | eli.bendersky | create | |
|