Mercurial > pub > dyncall > bindings
diff python/pydc/setup.py @ 43:1086ca649715
- fixed use after free issue with string handling (keeping strings as copy until after call)
author | Tassilo Philipp |
---|---|
date | Wed, 15 Apr 2020 21:58:13 +0200 |
parents | 8c8f848131c6 |
children | da553362fa7c |
line wrap: on
line diff
--- a/python/pydc/setup.py Tue Apr 14 18:30:17 2020 +0200 +++ b/python/pydc/setup.py Wed Apr 15 21:58:13 2020 +0200 @@ -7,7 +7,7 @@ setup( name = 'pydc' -, version = '1.1.2' +, version = '1.1.3' , author = 'Daniel Adler, Tassilo Philipp' , author_email = 'dadler@dyncall.org, tphilip@dyncall.org' , maintainer = 'Daniel Adler, Tassilo Philipp'