jfhbrook / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/public
MIT License
362 stars 37 forks source link

fix: support for Python 3.12 #135

Closed mxschmitt closed 11 months ago

mxschmitt commented 11 months ago

This workarounds https://github.com/python/cpython/issues/110782 and seems to be the official way rather than passing the name via a keyword.

Lets see what the bots will report.

Fixes https://github.com/jfhbrook/pyee/issues/134