id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2744,boost::python does not support enums with duplicated values.,hugo.lima@…,Dave Abrahams,"boost::python does not support enums with duplicated values. The proposed patch do the following: If the enum does not have duplicated values, all remains the same (the ""values"" attribute is a dict of value=>enum_type). If it has duplicated values, the duplicated values point to a tuple of enum_types in the values attr dict. Remarks: - Maybe I should use lists instead of tuples to avoid the list <=> tuple conversion - I did not use tuples for all entries in the values attribute to keep the source compatibility.",Patches,closed,Boost 1.39.0,python USE GITHUB,Boost Development Trunk,Problem,fixed,boost python enum,dave@…