nsetzer / mpgameserver

Python Multiplayer UDP Game Server
GNU Lesser General Public License v2.1
45 stars 6 forks source link

Update inspect.signature() with eval_str argument #4

Closed Aman-Anas closed 1 year ago

Aman-Anas commented 1 year ago

This should fix #3, using the eval_str argument provided in Python 3.10.

nsetzer commented 1 year ago

Thanks. I took a look through this and the code. I made a change that doesnt use eval. let me know how that looks. You can check out the other PR

nsetzer commented 1 year ago

Thanks for the suggestion. I fixed it in a different way.