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

Move global flags to start of regex #640

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Conversation

singingwolfboy
Copy link
Contributor

@singingwolfboy singingwolfboy commented Nov 23, 2022

This prevents the error "re.error: global flags not at the start of the expression at position 35" on Python 3.11. See python/cpython#91222

This prevents the error "re.error: global flags not at the start of the expression at position 35" on Python 3.11
Copy link
Collaborator

@vidartf vidartf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@vidartf vidartf merged commit f503763 into jupyter:master Nov 24, 2022
@Eekehgnbm
Copy link

Hi, I encountered the error 're.error: global flags not at the start of the expression at position 399' when trying to run 'nengo'. Would this be a similar problem? And how could I adapt the code that was provided by @singingwolfboy to make it fix my error?

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.

3 participants