Re: [PR] make PythonLanguage and PythonExpression cache compiled PyCode objects [camel]

2024-08-05 Thread via GitHub
kulagaIA merged PR #15019: URL: https://github.com/apache/camel/pull/15019 -- 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: commits-unsubscr...@camel.apa

Re: [PR] make PythonLanguage and PythonExpression cache compiled PyCode objects [camel]

2024-08-05 Thread via GitHub
github-actions[bot] commented on PR #15019: URL: https://github.com/apache/camel/pull/15019#issuecomment-2269208245 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] make PythonLanguage and PythonExpression cache compiled PyCode objects [camel]

2024-08-05 Thread via GitHub
github-actions[bot] commented on PR #15019: URL: https://github.com/apache/camel/pull/15019#issuecomment-2269155491 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] make PythonLanguage and PythonExpression cache compiled PyCode objects [camel]

2024-08-05 Thread via GitHub
kulagaIA commented on PR #15019: URL: https://github.com/apache/camel/pull/15019#issuecomment-2269154609 /component-test camel-python -- 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

Re: [PR] make PythonLanguage and PythonExpression cache compiled PyCode objects [camel]

2024-08-05 Thread via GitHub
github-actions[bot] commented on PR #15019: URL: https://github.com/apache/camel/pull/15019#issuecomment-2269153981 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

[PR] make PythonLanguage and PythonExpression cache compiled PyCode objects [camel]

2024-08-05 Thread via GitHub
kulagaIA opened a new pull request, #15019: URL: https://github.com/apache/camel/pull/15019 # Description Instead of calling `PythonInterpreter`'s `eval(String s)` method each time we evaluate python expression, we can call `compile(String script)` method, cache the `PyCode` result and c