Skip to content

Conversation

@AA-Turner
Copy link

@AA-Turner AA-Turner commented Apr 10, 2025

This fixes the build for Windows such that _templatelib is importable, and makes the Unix configuration consistent with other builtin modules.

I still get an assertion error, though:

>>> spam = 'ham'
>>> t'{spam}'
Assertion failed: tstate->current_frame == NULL || tstate->current_frame->stackpointer != NULL, file ...\Objects\object.c, line 3017

Copy link
Owner

@lysnikolaou lysnikolaou left a comment

Choose a reason for hiding this comment

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

Thanks a lot @AA-Turner! I wouldn't really be able to do the Windows stuff myself.

@lysnikolaou lysnikolaou merged commit d6c470c into lysnikolaou:tstrings Apr 11, 2025
@AA-Turner AA-Turner deleted the tstrings branch April 11, 2025 15:55
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.

2 participants