Skip to content

[Feature Request] Special behavior for Temporal built-in prefixes #731

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
cretz opened this issue Jan 15, 2025 · 1 comment
Open

[Feature Request] Special behavior for Temporal built-in prefixes #731

cretz opened this issue Jan 15, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@cretz
Copy link
Member

cretz commented Jan 15, 2025

Describe the solution you'd like

See temporalio/features#576

@josh-berry
Copy link
Contributor

josh-berry commented Jan 21, 2025

Note: double-underscores have some special meaning in Python for method and property names on a class. Specifically, Python munges __foo -> _ClassName__foo (or something like that, I don't exactly remember).

We don't think this is relevant, because we're only reserving well-known/already-established names, and we think __temporal_ is specific enough that it's unlikely to collide with any class name.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants