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

Python 3.12 - SyntaxWarning #614

Open
adasup opened this issue Feb 16, 2024 · 2 comments
Open

Python 3.12 - SyntaxWarning #614

adasup opened this issue Feb 16, 2024 · 2 comments

Comments

@adasup
Copy link

adasup commented Feb 16, 2024

After upgrade to python 3.12 a got this SyntaxWarning in log.

/usr/local/lib/python3.12/site-packages/cerberus/errors.py:157: SyntaxWarning: invalid escape sequence '*'
"""
/usr/local/lib/python3.12/site-packages/cerberus/errors.py:185: SyntaxWarning: invalid escape sequence '*'
"""

@Darnethal0z
Copy link

Hi,

Got the same warning here with XBPS :

Byte-compiling python code in usr/lib/python3.12...                                                                  
./usr/lib/python3.12/site-packages/cerberus/errors.py:157: SyntaxWarning: invalid escape sequence '\*'               
  """                                                                                                                
./usr/lib/python3.12/site-packages/cerberus/errors.py:185: SyntaxWarning: invalid escape sequence '\*'               
  """                                                                                                                
./usr/lib/python3.12/site-packages/cerberus/errors.py:157: SyntaxWarning: invalid escape sequence '\*'               
  """                                                                                                                
./usr/lib/python3.12/site-packages/cerberus/errors.py:185: SyntaxWarning: invalid escape sequence '\*'               
  """     
...

@abe-101
Copy link

abe-101 commented Jul 25, 2024

Getting the same warning

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

No branches or pull requests

3 participants