Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with cython 0.13 #24

Closed
GoogleCodeExporter opened this issue May 20, 2015 · 6 comments
Closed

Not compatible with cython 0.13 #24

GoogleCodeExporter opened this issue May 20, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
Use cython >= 0.13 to build the package.

What version of the product are you using? On what operating system?
SVN revision 206 on Ubuntu 10.04.

In cython 0.13 bool is no longer a valid type name by default. 
http://wiki.cython.org/ReleaseNotes-0.13

I have attached a patch that uses bint instead of bool.

Original issue reported on code.google.com by nil...@gmail.com on 21 Sep 2010 at 7:50

Attachments:

@GoogleCodeExporter
Copy link
Author

The standard library wrappers included with cython have changed. You cannot 
compile pymssql with the cython available from pypi. I include a patch that 
solves the bool issue as well as the changed standard library.

Original comment by nil...@gmail.com on 29 Sep 2010 at 9:25

Attachments:

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I saw your ML post, I'll apply the patch once I've finished installing Ubuntu.

Original comment by dam...@gmail.com on 14 Oct 2010 at 2:26

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Issue 23 has been merged into this issue.

Original comment by dam...@gmail.com on 14 Oct 2010 at 2:26

@GoogleCodeExporter
Copy link
Author

Issue 22 has been merged into this issue.

Original comment by dam...@gmail.com on 14 Oct 2010 at 2:27

@GoogleCodeExporter
Copy link
Author

This is now fixed in r207.

Original comment by dam...@gmail.com on 2 Nov 2010 at 9:19

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant