Skip to content

Conversation

@chenkovsky
Copy link
Owner

No description provided.

@chenkovsky
Copy link
Owner Author

@decaz

setup.py Outdated
packages=["cyac"],
package_dir={'cyac': 'lib/cyac'},
package_data={'cyac': ['*.pxd', 'cyac/unicode_portability.c']},
package_data={'cyac': ['*.pxd', 'cyac/unicode_portability.c', 'cyac/unicodectype_db.h']},
Copy link
Contributor

Choose a reason for hiding this comment

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

Mistype: "unicodetype_db.h" (without "c" between "unicode" and "type").

Copy link
Owner Author

Choose a reason for hiding this comment

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

new version is uploaded

Copy link
Owner Author

Choose a reason for hiding this comment

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

if you are using this library in product env, please also do some perf, if there are any bottlenecks. I'm happy to optimize it.

Copy link
Contributor

Choose a reason for hiding this comment

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

@chenkovsky thank you! First I'll try it on CPython 3.12, because not all dependencies which I'm using in production environment are compatible with CPython 3.13 now. When I could update to version 3.13 I'll give you feedback here about usage in production.

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.

3 participants