brandtbucher / automap

High-performance autoincremented integer-valued mappings. 🗺️
Other
16 stars 4 forks source link

Use `PyErr_SetObject` instead of `PyErr_Format` for `NonUniqueError` #13

Closed flexatone closed 2 years ago

flexatone commented 2 years ago

Oh, and can we get a 0.6.1 release after this change is merged? 0.6.0 at present breaks some StaticFrame tests, and the general StaticFrame requirements do not pin automap, meaning that a fresh environment will grab 0.6.0.

brandtbucher commented 2 years ago

Thanks! Now I'll fix PyPy support and make a new release.

flexatone commented 2 years ago

Awesome, thanks!

brandtbucher commented 2 years ago

0.6.1 released, and up on PyPI!