Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

unclosed temporary fd can lead to max fds #69

Closed
sqlalchemy-bot opened this issue Jan 12, 2008 · 3 comments
Closed

unclosed temporary fd can lead to max fds #69

sqlalchemy-bot opened this issue Jan 12, 2008 · 3 comments
Labels
bug Something isn't working compiler low priority

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Anonymous

When a file does not encode correctly during the compile phase an exception is raised in the lexer. The exception prevents a temp file create with mkstemp from being closed and moved.


Attachments: template.patch

@sqlalchemy-bot
Copy link
Author

Changes by Philip Jenvey (@pjenvey):

  • changed assignee from "zzzeek" to "pjenvey"

@sqlalchemy-bot
Copy link
Author

Philip Jenvey (@pjenvey) wrote:

fixed in dda7753 a little differently than your patch

thanks!

@sqlalchemy-bot
Copy link
Author

Changes by Philip Jenvey (@pjenvey):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler low priority
Projects
None yet
Development

No branches or pull requests

1 participant