bottlepy / bottle-sqlite

MIT License
24 stars 13 forks source link

fix: AttributeError: module 'inspect' has no attribute 'getargspec'. #30

Open huanguan1978 opened 5 months ago

huanguan1978 commented 5 months ago

python3.11 and 3.12, not inspect.getargspec

acbart commented 5 months ago

This should really be merged, the library is broken for py3.11 and 3.12 without it!