urm8 / yascc

GNU General Public License v3.0
3 stars 0 forks source link

Segmentation fault in 0.3.23 #2

Open purpledot opened 1 year ago

purpledot commented 1 year ago

One way to catch it is through ipython:

Python 3.10.2 (main, Jan 27 2022, 17:03:43) [GCC 9.3.0]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.8.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: from yascc import camelcase

In [2]: import json

In [3]: camelcase.decamelize(json.loads('[3158,3159,3170]'))
Segmentation fault (core dumped)
insspb commented 4 months ago

Confirmed in ipython, not present in pure python