Fix the segfault on exit

This commit is contained in:
mathieui 2018-07-21 16:47:28 +02:00
parent a8fc35cf35
commit 3ec153a6a0
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -54,7 +54,7 @@ def test_env():
def test_unicode():
import poopt
from . import poopt
try:
poopt.wcswidth('')
except UnicodeError: