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

bpo-31361 : Update feedparser.py to prevent theano compiling fail in python3 #3336

Closed
wants to merge 4 commits into from

Conversation

ralic
Copy link

@ralic ralic commented Sep 5, 2017

When data is None, the installation of theano got crash.
Add str() wrapper to the data for file writing.

https://bugs.python.org/issue31361

@ralic ralic requested a review from a team as a code owner September 5, 2017 01:05
@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@bitdancer
Copy link
Member

Please open an issue on bugs.python.org with instructions on how to reproduce the problem without involving theano, and/or explain what it is that theano is doing when the problem occurs.

@ralic ralic changed the title Update feedparser.py to prevent theano compiling fail in python3 skip issue: Update feedparser.py to prevent theano compiling fail in python3 Sep 6, 2017
@ralic ralic changed the title skip issue: Update feedparser.py to prevent theano compiling fail in python3 issue 31361 : Update feedparser.py to prevent theano compiling fail in python3 Sep 6, 2017
@ralic ralic changed the title issue 31361 : Update feedparser.py to prevent theano compiling fail in python3 bpo-31361 : Update feedparser.py to prevent theano compiling fail in python3 Sep 6, 2017
@ralic ralic changed the title bpo-31361 : Update feedparser.py to prevent theano compiling fail in python3 bpo-31361 : Update feedparser.py to prevent theano compiling fail in python3 , skip news Sep 6, 2017
@ralic ralic changed the title bpo-31361 : Update feedparser.py to prevent theano compiling fail in python3 , skip news bpo-31361 : Update feedparser.py to prevent theano compiling fail in python3 Sep 6, 2017
@merwok
Copy link
Member

merwok commented Sep 20, 2017

The bug is in pip.

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

Successfully merging this pull request may close these issues.

None yet

6 participants