Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pcl-expect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
pcl-expect
Commits
5ed2731c
Commit
5ed2731c
authored
21 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Transfer exceptions from one process to another. Rework the spawn
API.
parent
26029388
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChangeLog
+22
-0
22 additions, 0 deletions
ChangeLog
with
22 additions
and
0 deletions
ChangeLog
+
22
−
0
View file @
5ed2731c
2003-10-26 Per Cederqvist <ceder@ceder.dyndns.org>
Rework the spawn API.
* pcl_expect/spawn.py: Some documentation added.
(stty_init): Change default value to False instead of None.
(__use): New function.
(_inherit_stty): New function.
(_stty_init): New function.
(_spawn): New arguments: inherit_stty, stty_init. Only inherit
stty settings if stdin is a tty. If an exception occurs in the
child, transfer it to the parent as a remote_exception.Remote
object.
(Spawn.__init__): New optional arguments: inherit_stty, stty_init.
(spawn2): Pass all arguments to the Spawn constructor.
Transfer exceptions from one process to another.
* pcl_expect/remote_exception.py: New file.
(Remote): New class.
(Remote.__init__): New method.
(serialize): New function.
(re_raise): New function.
2003-10-25 Per Cederqvist <ceder@ceder.dyndns.org>
2003-10-25 Per Cederqvist <ceder@ceder.dyndns.org>
Write more doc.
Write more doc.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment