changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/obj/src/config/pl/python.rs

changeset 698: 96958d3eb5b0
parent: c7165d93a9eb
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 //! Python configuration type
2 //!
3 //! This is used to provide additional context to the RustPython
4 //! virtual machine at runtime.
5 
6 pub struct PythonConfig;