Skip to content

Commit

Permalink
fix for pypy5.9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Oct 26, 2017
1 parent e500ec0 commit fb2d5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/cppyy/_pypy_cppyy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def py59_compat(c):
raise EnvironmentError('"%s" missing in LD_LIBRARY_PATH' % os.path.dirname(c._name))
finally:
os.chdir(olddir)
_backend.nullptr = _backend.gbl.nullptr


if sys.pypy_version_info[0] == 5 and sys.pypy_version_info[1] == 9:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='cppyy',
version='0.8.2',
version='0.8.3',
description='Cling-based Python-C++ bindings',
long_description=long_description,

Expand Down

0 comments on commit fb2d5b8

Please sign in to comment.