CJCombrink commented on code in PR #3231:
URL: https://github.com/apache/thrift/pull/3231#discussion_r2514020997


##########
test/py/util.py:
##########
@@ -27,6 +27,13 @@
 
 def local_libpath():
     globdir = os.path.join(_ROOT_DIR, 'lib', 'py', 'build', 'lib.*')
+    # Consider MM.mm and MMmm as valid local lib paths.
+    # On Windows 11 with Python 3.13.9 the second option is required
+    version_formats = [

Review Comment:
   I see this is not a new issue: 
https://github.com/apache/thrift/blob/master/lib/py/test/_import_local_thrift.py#L28
   I can probably adopt my code to do it in the same way



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to