Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 641807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:06:09+00:00 2026-05-13T21:06:09+00:00

when I compile some .py codefiles with no class definitions into dlls , the

  • 0

when I compile some .py codefiles with no class definitions into dlls , the compiled dll is created with a “DRLCachedCode” class inside. Why is that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T21:06:10+00:00Added an answer on May 13, 2026 at 9:06 pm

    When you compile IronPython code it doesn’t get compiled to normal .NET code where you’d have a class at the IL level for each class you have at the source level. Instead it gets compiled into the same form that we compile to internally using the DLR.

    For user code this is just a bunch of executable methods. There’s one method for each module, function definition, and class definition. When the module code runs it executes against a dictionary. Depending on what you do in the module the .NET method may publish into the dictionary a:

    • PythonType for new-style classes

    • An OldClass for old-style classes

    • A PythonFunction object for function
      definitions

    • Any values that you assign to (e.g.
      Foo=42)

    • Any side effects of doing exec w/o providing a dictionary (e.g. exec “x=42”)

    • etc…

    The final piece of the puzzle is where is this dictionary stored and how do you get at it? The dictionary is stored in a PythonModule object and we create it when the user imports the pre-compiled module and then we execute the module against it. Therefore this code is only available via Python’s import statement (or the extension method on ScriptEngine “ImportModule” which is exposed via IronPython.Hosting.Python class).

    So all of the layout of the code is considered an internal implementation detail which we reserve the right to change at any point in time.

    Finally the name DLRCachedCode comes because the DLR (outer layer) saves this code for us. Multiple languages can actually be saved into a single DLL if someone really wanted to.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 316k
  • Answers 316k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer do you have #!/bin/bash as the first line of the… May 13, 2026 at 11:30 pm
  • Editorial Team
    Editorial Team added an answer I am not sure if I understand your problem, but… May 13, 2026 at 11:30 pm
  • Editorial Team
    Editorial Team added an answer Here's a simple method which would be acceptable if the… May 13, 2026 at 11:30 pm

Related Questions

I am trying to compile the Python bindings for OpenSSL (pyOpenSSL) on Windows Vista
i have a module (a single .py file, actually), with a class called HashedDir.
I'm trying to use python to sftp a file, and the code works great
i am using Solaris 10 OS(x86). i installed beanstalkd and it starts fine by
I will confess I'm very new to Python and I don't really know what

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.