Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

arihant2math
Copy link
Collaborator

  • Fix broken build
  • Fix broken getvar (no more panic and actual null termination)
  • Fix threading lookup (actual null termination)
  • Add globalgetvar
  • Fix theoretical mainloop panic

I still have no idea why getvar can't find tk_version and tcl_version, but that's an issue for another time.

Signed-off-by: Ashwin Naren <[email protected]>
Signed-off-by: Ashwin Naren <[email protected]>
Signed-off-by: Ashwin Naren <[email protected]>
Signed-off-by: Ashwin Naren <[email protected]>
Signed-off-by: Ashwin Naren <[email protected]>
Signed-off-by: Ashwin Naren <[email protected]>
@arihant2math arihant2math requested a review from youknowone May 13, 2025 04:41
@arihant2math arihant2math requested a review from youknowone May 19, 2025 02:39
@@ -272,8 +272,8 @@ mod _tkinter {
// TODO: technically not thread safe
let name = varname_converter(name, vm)?;

let name = ffi::CString::new(name).unwrap();
let name2 = ffi::CString::new(name2.unwrap_or_default()).unwrap();
let name = ffi::CString::new(name)?;
Copy link
Member

Choose a reason for hiding this comment

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

I doubt this is buildable.

ToPyException requires vm

Copy link
Member

Choose a reason for hiding this comment

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

@arihant2math could you check this?

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