Skip to content

Add state tracking for unicode - #39

Closed
nanjekyejoannah wants to merge 5 commits into
softdevteam:regression_fixfrom
nanjekyejoannah:warn_unicode_parsing
Closed

Add state tracking for unicode#39
nanjekyejoannah wants to merge 5 commits into
softdevteam:regression_fixfrom
nanjekyejoannah:warn_unicode_parsing

Conversation

@nanjekyejoannah

Copy link
Copy Markdown
Collaborator

Just state, warning already existed.
Format methods are shared, so warnings are covered in #38

@ltratt
ltratt added this pull request to the merge queue Apr 9, 2024
@github-merge-queue
github-merge-queueBot removed this pull request from the merge queue due to failed status checks Apr 9, 2024
@ltratt

Copy link
Copy Markdown
Member

@nanjekyejoannah This one failed with errors --- worth fixing?

@nanjekyejoannah

Copy link
Copy Markdown
CollaboratorAuthor

I added a missing attribute and fixed a test.

Comment threadObjects/unicodeobject.c Outdated
#else
#endif

// if (PyUnicode_Check(obj)) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should we just delete this chunk?

@nanjekyejoannah

Copy link
Copy Markdown
CollaboratorAuthor

Let me first run the whole suite locally myself too.
I usually just run the affected tests.

@nanjekyejoannah

Copy link
Copy Markdown
CollaboratorAuthor

Fixing this bug, uncovered that it is related to us adding bstate on object, we break many things but we can discuss the compromise tommorrow.

@nanjekyejoannah

Copy link
Copy Markdown
CollaboratorAuthor

Lets figure out tracking in before we get back here

Sign up for freeto 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.

2 participants

@nanjekyejoannah@ltratt