]> granicus.if.org Git - python/commit
Close #18545: now only executes member_type if no _value_ is assigned in __new__.
authorEthan Furman <ethan@stoneleaf.us>
Thu, 25 Jul 2013 20:50:45 +0000 (13:50 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Thu, 25 Jul 2013 20:50:45 +0000 (13:50 -0700)
commitb41803e3ef65624ce39a4bcf4caff6ff1184699f
tree8c3380a6dbce75d34e6058087881f9b9e7dd5c33
parent4d35e75ca069b51ffdac7b34dad4ffb77e72a598
Close #18545: now only executes member_type if no _value_ is assigned in __new__.
Lib/enum.py
Lib/test/test_enum.py