Skip to content

Conversation

@erikhlarsson
Copy link

Changes made on iso object for windows portability & c++14, probably could use some clean-up.

Erik Larsson added 2 commits November 12, 2024 16:05
Unsure which changes are truly required.
Exports, includes, et.c.
obj.state = obj.createUnknown();
break;
}
lock.unlock();
Copy link
Author

Choose a reason for hiding this comment

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

unsure why this was required here but not in the other locations scoped_lock was replaced

@@ -0,0 +1,4 @@
#pragma once
Copy link
Author

Choose a reason for hiding this comment

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

workaround for intellisense bug


%typemap(in) (char *buffer, int bufferLen) {
Py_ssize_t len;
Py_size_t len;
Copy link
Author

Choose a reason for hiding this comment

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

this file was probably not meant to be changed

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.

1 participant