-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cibuildwheel/fix for cibuildwheel (#221)
* typemap - trying a typemap so that it'll work for PyPy and CPython. * another attempt - trying both in/out typemaps for PyPy. * Typemaps - typemaps for bith netsnmp and sessionbase. * PyUnicode_AsUTF8 - switching to PyUnicode_AsUTF8 * Compiles - this compiles, but does it "work". * Compiles, but segfaults - this compiles, but segfaults when running test_session.py. * saving wio - saving my wip. will try on linux with valgrind. * Update setup.py - include all c++ files, perhaps this fixes the linux compile. * Revert Type Maps - reverting the typemaps those didn't wrk * No PyPY - For now lets proceed with no PyPy. SWIG can't guarantee compatibility with PyPy. CPython Should be good enough for now. * Update test_session.py - undo tests
- Loading branch information
1 parent
2577193
commit 25ebeea
Showing
12 changed files
with
27,916 additions
and
33,750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.