Python3 support? changed the makefile to work with either python2/python3#185
Merged
chiggs merged 1 commit intococotb:masterfrom Jan 11, 2015
jeremyherbert:master
Merged
Python3 support? changed the makefile to work with either python2/python3#185chiggs merged 1 commit intococotb:masterfrom jeremyherbert:master
chiggs merged 1 commit intococotb:masterfrom
jeremyherbert:master
Conversation
Contributor
|
Hi Jeremy, Thanks for this contribution and your supportive comments - it's always nice to hear that Cocotb is useful to other people. Python 3 is something we would like to support, sadly to date it's simply something that has been buried in the eternally growing list of things to do. The same goes for ensuring pypy compatibility, which probably works but we may have introduced regressions. We can set up a branch and enable Python3 and Pypy on travis and gradually fix up any issues. At least the amount of code that actually uses the C-API for Python is quite minimal. |
chiggs
added a commit
that referenced
this pull request
Jan 11, 2015
Python3 support? changed the makefile to work with either python2/python3
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
First of all, cocotb is the best thing since sliced bread. :)
Anyway, it is listed in the README that Python2.6+ is supported. But it does not work for python3k. After modifying the makefile to make it build (pull request attached), it is clear that there have been some changes to the python C api which makes the current cocotb codebase incompatible. I used all of the latest 3.4.0 dev packages available on Ubuntu 14.04.1.
Is support for python3 planned? I am considering giving it a go myself, though I'm not sure my skills are up to the task.