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

fix pypy3-3.3 alpha usage #1909

Closed
wants to merge 1 commit into from
Closed

Conversation

m85091081
Copy link

fix pypy3-3.3 have error

File "/opt/pypy3/site-packages/flask/init.py", line 21, in
from .app import Flask, Request, Response
File "/opt/pypy3/site-packages/flask/app.py", line 24, in
from .helpers import _PackageBoundObject, url_for, get_flashed_messages,
File "/opt/pypy3/site-packages/flask/helpers.py", line 42, in
from ._compat import string_types, text_type
File "/opt/pypy3/site-packages/flask/_compat.py", line 82, in
raise AssertionError()
File "/opt/pypy3/site-packages/flask/_compat.py", line 78, in exit
sys.exc_clear()
AttributeError: 'module' object has no attribute 'exc_clear'

@untitaker
Copy link
Contributor

untitaker commented Jun 13, 2016

Duplicate of #1841

@untitaker untitaker closed this Jun 13, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants